This capability means that save/restore will remember contexts of all
online VCPUs at the time of final guest suspend. Any initialised but
offline VCPUs will not be saved!
Signed-off-by: Keir Fraser <keir@xensource.com>
'vm': self.vmpath,
'name': self.info['name_label'],
'console/limit': str(xoptions.get_console_limit() * 1024),
- 'memory/target': str(self.info['memory_static_min'] * 1024)
+ 'memory/target': str(self.info['memory_static_min'] * 1024),
+ 'control/platform-feature-multiprocessor-suspend': str(1)
}
def f(n, v):